home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
US Department of Defenseā¦ndamentals 1.0 2004 April
/
US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso
/
sco
/
interface
/
glossary.swf
/
scripts
/
frame_3
/
DoAction.as
Wrap
Text File
|
2004-03-16
|
217b
|
11 lines
vi == 1;
while(vi <= num_items)
{
mainList[vi - 1] = eval("item" add vi);
temp = mainList[vi - 1].split("#");
listItems[vi - 1] = [temp[0],temp[1]];
vi++;
}
listAmount = mainList.length;
stop();